home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / win / x10msw30.zip / INSTALL.INF < prev    next >
INI File  |  1994-10-29  |  2KB  |  74 lines

  1. ; X10MSW Version 3.0 - Installation Script
  2.  
  3. [Application]
  4. Name=X10MSW Version 3.0
  5. Title=X10MSW Installation
  6. Directory=C:\X10MSW
  7. PM Group=X10MSW         
  8. Free Space=575           ; in kbytes
  9. Debug Mode=0             ; 0 or no entry = normal operation
  10.  
  11. [Disks] 
  12. 1=X10MSW Version 3.0 Disk
  13.  
  14. [Directories] 
  15. ;lists of directories that must be created from the destination directory
  16. 1=.
  17.  
  18. [SourceDirs]
  19. ;list of directories on the source disks
  20. 1=.
  21.  
  22. [FileGroups]
  23. ;list of file groups. the user can choose which of them are to
  24. ;be installed. Maximum = 5 ! additional groups will be ignored.
  25. 1=X10MSW Ver. 3.0
  26.  
  27. [Windows Files]
  28. ;files that need to be installed in \windows\system
  29. ;description, name, '0', (sourcedir #), (disk #), (compressed)
  30. CTL3DV2.DLL=CTL3DV2.DLL              0 1 1 N
  31.  
  32.  
  33. [Files1] 
  34. ;description,name,(dir #),(sourcedir #),(diskette #),(Compressed)
  35. X10MSW V3 Application=x10msw.exe     1 1 1 N
  36. Help File=x10msw.hlp                 1 1 1 N
  37. X10MSW Configuration=x10inst.exe     1 1 1 N
  38. Demo Current Event File=current.x10  1 1 1 N
  39. Sample Event File=sample.x10         1 1 1 N
  40. ReadMe File=readme.txt               1 1 1 N
  41. EGA INI File=x10.ega                 1 1 1 N
  42. VGA INI File=x10.vga                 1 1 1 N
  43. SVGA INI File=x10.svg                1 1 1 N
  44. Lat/Longitude Database=latlong.dat   1 1 1 N
  45. Info about X10=aboutx10.txt          1 1 1 N
  46. Order Form=x10order.wri              1 1 1 N
  47. Product Info=x10msw30.wri            1 1 1 N
  48. Auto Download Application=AutoX10.exe           1 1 1 N
  49.  
  50. [PM Group] 
  51. ;description, File name. The {No.} is substituted by the directory
  52. ;description:  PMName,iconfile,iconindex
  53. ;commandline:  filename parameter
  54. ;PMName     :  name of program in the programmanager
  55. ;iconfile   :  file with the icon
  56. ;iconindex  :  first icon = 0
  57. Product Info={1}x10msw30.wri
  58. X10 Info={1}aboutx10.txt
  59. Readme={1}readme.txt
  60. Sample={1}sample.x10
  61. Order Form={1}x10order.wri
  62. AutoX10={1}AutoX10.exe {1}X10MSW.EXE
  63. X10MSW={1}x10msw.exe
  64.  
  65. [Execution]
  66. ;format:  W?'string'=commandline
  67. ; W        - wait until executed program terminates (DOS version always waits)
  68. ; 'string' - output the string before executing
  69. ; ?        - ask the user for YES or NO. should be used together with a string
  70. ;            containing the question. the program is only executed if the
  71. ;            user selects YES
  72. ; {No.} in the commandline is substituted with the directory
  73. W={1}x10inst.exe {1}
  74.